FreezeAll Method

Summary

Freezes or un-freezes all of the cells in the MedicalViewer control.

Syntax
C#
VB
C++
public void FreezeAll( 
   bool freeze 
) 
  
Public Sub FreezeAll( _ 
   ByVal freeze As Boolean _ 
)  
            public: 
void FreezeAll(  
   bool freeze 
)  

Parameters

freeze
true to freeze all cells, false to unfreeze all cells.

Remarks
  • Freezing a cell means that no actions using the mouse or the keyboard can be performed on the cell. Cell properties can still be changed.
  • You can select or un-select a frozen cell.
  • Use the MedicalViewerBaseCell.Frozen property to freeze a single cell.

Example

For an example, refer to MedicalViewerCellCollection<MedicalViewerBaseCell>

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly